/*
* Stylesheet for Faculty of Engineering home page
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt) 
*/

/* Homepage columns */

#container {
	position: relative;
	margin-top: 10px;
	height: 100%;
}

/* Column-one homepage*/

#column-one {
	vertical-align:top;
	background:#E9B050;
	width:250px;
/* padding top left bottom right */	
	padding: 10px 10px 10px 10px;
}

#column-one h2 {
    background:none;
	color: #fff;
	padding: 3px;
	font-size: 1.1em;
}

#column-one h2 a:link,#column-one h2 a:visited{
	color:#fff;
	text-decoration:none;
}

#feature-event { height: 125px; width: 250px; overflow: hidden; position: relative; margin-bottom: 15px; background-color: #ffffff; font-size:.85em; }
#feature-event ul.carousel-slides { list-style:none; margin:0; padding:0; height: 125px; }
#feature-event ul.carousel-slides li { height: 125px; width: 250px; overflow: hidden; }
#feature-event ul.carousel-slides li .feature-event-text { display: block; position: absolute; top: 0;  height: 350px; width: 125px; left: 125px; background: #FFF; zoom: 1; }
#feature-event ul.carousel-slides li img.feature-event-bg { position: absolute; left: 95px; top: 0; }
#feature-event .feature-event-title,
#feature-event .feature-event-time,
#feature-event .feature-event-description { margin: 0; padding: 10px 10px 0; color: #333; background-color: transparent; line-height: 1.2em; zoom: 1; z-index: 100; }
#feature-event .feature-event-title a { color: #333; font-size: 1.1em; text-decoration: none; }
#feature-event .feature-event-title a:hover { text-decoration: underline; }
#feature-event .feature-event-time { font-size: .9em; padding-top: 5px; }
#feature-event .feature-event-time .end-date { display: block; }
#feature-event .feature-event-details { font-size: .8em; text-align: right; position: absolute; bottom: 25px; right: 5px; }
#feature-event .feature-event-details a { color: #333333; }




#content-main {
	background:#F9E8CD;
	padding: 10px 20px;
}

#column-two h2 a:hover{
	color:#000;
	text-decoration:underline;
}

/* Column-two homepage*/
#column-two {
	float: left;
    width: 250px; 
}

#column-two h1 {
 	background:#F9E8CD; 
	color:#E9B050;
  	font-size: 1.2em;
    padding-top: 8px; 
}

#column-two h2 {
 	background:#F9E8CD; 
	color:#E9B050;
  	font-size: 1.1em;
}

#column-two a:link,#column-two a:visited{
	color:#000;
	text-decoration:none;
}

#column-two a:hover{
	color:#000;
	text-decoration:underline;
}

#column-two-for, #column-two-about {
    border-top: 2px solid #E9B050;
	background:#F9E8CD;
    margin: 0 0 3px 0;
    padding: 10px 10px 0 0;
    font-size: 1em;
}

#column-two-for li a:link, #column-two-about li a:link, #column-two-for a:visited, #column-two-about a:visited{
	color:#000;
	text-decoration:none;
}

#column-two-for li a:hover, #column-two-about li a:hover{
	color:#000;
	text-decoration:underline;
}

#column-two-for ul, #column-two-about ul {
	background-color: #F9E8CD;
	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	line-height: 1.5em;
}

/*Column-three Homepage*/
#column-three{
	margin-left: 280px;
	zoom: 0;
	overflow: hidden;
	background:#F9E8CD;
	color:#000;
}

#column-three-content h3 {
	background:#F9E8CD;
	color:#E9B050;
	font-size: 1em;
	padding-top: 8px; 
	margin: 0 0 5px 0;
}

#column-three-content h4 {
	color:#000;
  	line-height: 1em;
	font-size: 0.9em;
  	padding: 3px;
  	margin: 0 0 5px 0;
}

#column-three-content h4 a, #column-three h4 a:visited {
	color:#000;
	text-decoration:none;
}

#column-three-content h4 a:hover{
	color:#E9B050;
	text-decoration:underline;
}

#column-three-content img {
	clear: both;
	float: left;
	padding: 0 5px 3px 0;
}

#column-three-content .features {
	border: 1px solid #E9B050;
	background-color:#fff;
	font-size: 0.9em;
	padding: 3px; 
	margin: 0 0 5px;
	overflow: auto;
	height: 100%;
}

/*Column-four Homepage*/
#column-four {
	width: 15px; 
	background:#F9E8CD;
}



/* Intro text */
#mission {
	height: 200px;
	padding: 20px;
	background: #000000 url(/assets/images/home/mission-bg.jpg?2012100501) no-repeat right top;
	min-width: 400px;
  border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
	zoom: 0;
	}
#mission h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	width: 420px;
	height: 53px;
	background:transparent url(/assets/images/home/mission.png?2012100501) no-repeat left top;
	text-indent: -5000em;
	overflow: hidden;
	}
#mission p {
	margin: 0.7em 400px 0.7em 0;
	min-width: 350px;
	line-height:1.3em;
	font-size: 0.9em;
	color: #CCC;
	zoom: 0;
	}



/*More news and events */
#more {
    color:#E9B050;
	font-size: 0.8em;
	font-weight:bold;	
	margin-right: 10px;
	float: right;
}

#more a:link, a:visited{
    color:#E9B050;
	text-decoration:none;
}

#more a:hover{
 	color:#000; 
	text-decoration:underline;
}


/* Section page */

/* Sectioin column-one*/

#section-column-one {
	vertical-align:top;
	background:#F1CC8E;
	width:280px;
/* padding top left bottom right*/	
	padding: 10px 10px 10px 10px;
}

#section-column-one h2 {
 	background:#F1CC8E; 
	color:#000;
  	font-size: 1.1em;
    padding-top: 8px; 
}

#section-column-one h3 {
    background:none;
	color: #000;
	padding: 3px;
	font-size: 1em;
}

#section-column-one ul {
	background-color: #F1CC8E;
	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	line-height: 1.5em;
}

#section-column-one li a:link, #section-column-one a:visited{
	color:#000;
	text-decoration:underline;
}

#section-column-one li a:hover{
	color:#000;
	text-decoration:none;
}

/* Sectioin column-two*/
#section-column-two {
	padding: 0 0 0 30px;
	vertical-align:top;
}

#section-column-two h2 {
	color:#000;
  	font-size: 1.1em;
    padding-top: 8px; 
}

#section-column-two ul {
	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	line-height: 1.5em;
}

#section-column-two li a:link, #section-column-two a:visited{
	color:#000;
	text-decoration:underline;
}

#section-column-two li a:hover{
	color:#000;
	text-decoration:none;
}


/*Section column-three*/
#section-column-three{
	width:400px;   	
	color:#000;
	padding-top:15px;
	vertical-align:top;
}

#section-column-three-content h3 a, #column-three h3 a:visited {
	color:#000;
	text-decoration:none;
}

#section-column-three-content h3 a:hover{
	color:#E9B050;
	text-decoration:underline;
}

#section-column-three-content img {
	clear: both;
	float: left;
	padding: 0 5px 3px 0;
}

#section-column-three-content .features {
	border: 1px solid #E9B050;
	background-color:#fff;
	font-size: 0.9em;
	padding: 3px; 
	margin: 0 10px 5px 2px;
	overflow: auto;
	height: 100%;
}

/* For news */

#news-content {
    font-family: Arial, Helvetica, sans-serif;
}

#news-content h2 {
	background:#fff;
	color:#339;
	font-size: 1.1em;
	padding: 3px; 
	margin: 5px 0 5px 0;
}

#news-content h3 {
	background:#fff;
	color:#339;
	font-size: 1em;
	padding: 3px; 
	margin: 5px 0 5px 0;
}

#news-content ul {
  	padding: 0;
  	margin: 0;
  	line-height: 1.5em;
}

#news-content li{    
	color:#339;
	font-size: 0.9em;
	margin: 0 5px 0 10px; 
	list-style-position:inside;
/*	padding: 0.25em 0.5em 0.25em 0.5em; */
}

#news-content a, #news-content a:visited {
	color:#339;	
	text-decoration:none;
}

#news-content a:hover{
	color:#E9B050;
	text-decoration:underline;
}

#news-content img {
	clear: both;
	float: left;
	padding: 0 5px 3px 0;
}

#news-content .features {   
	border-bottom: 1px solid #E9B050;
	background-color:#fff;
	font-size: 0.9em;
	vertical-align:top;
	padding: 3px; 
	margin: 0 5px 2px 2px;
	overflow: auto;
	height: 100%;
}



#social-links {
	clear: both;
	list-style: none;
	margin: 0 0;
	padding: 0;
}
#social-links li {
	list-style: none;
	margin: .5em 0;
	padding: 0;
	font-size: .85em;
}
#social-links li a {
	color: #333;
	text-decoration: none;
}